home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / fgrep 1.1 / readme.mpw < prev    next >
Encoding:
Text File  |  1993-03-14  |  1.3 KB  |  40 lines  |  [TEXT/MPS ]

  1. GNU fgrep 1.1
  2. MPW port by Franklin Chen <fchen@phoenix.princeton.edu>
  3.  
  4.  
  5. Notes:
  6. ------
  7. This is a straightforward port of GNU fgrep to MPW.  All changes I made are
  8. noted below.
  9.  
  10. The Tool included in this distribution was compiled with -mc68020.  If that
  11. really bothers you, I'm sorry.  I have an SE/30--and I only have a 40 MB hard
  12. drive, so I don't find it viable to build 68000 versions of everything.  And
  13. hey!  Is this not GNU?  Having all the necessary sources, you can take a few
  14. seconds to edit the Makefile and build a 68000 version if you want one!
  15.  
  16. Report any problems or suggestions to me, not the GNU people; as you know,
  17. they boycott Apple.
  18.  
  19.  
  20. Changes:    
  21. --------
  22. "###" signifies Mac-independent changes that the GNU people might find useful
  23. (but read the README on that status of fgrep)
  24.  
  25. std.c, unix.c, std.h:  trashed altogether, transferring suitable includes
  26.     and defines to the beginning of fgrep.c
  27. fgrep.c:
  28.     added option -m for printing MPW compatible output
  29.     ("File 'filename'; Line lineno # …")
  30.     To get original style output, either don't use -m or compile
  31.     with MPW_OUTPUT undefined
  32.  
  33.     ### expanded bizarre function definition macros to ANSI style
  34.     ### modified to use GNU library stuff (error, getopt, xmalloc)
  35.     ### changed "prog" to "program_name" and "error" to "grep_error"
  36.     ### program_name can't be static
  37.  
  38. Provided grep.Help
  39. Provided Commando interface
  40.